home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
cgazv5n5.arc
/
README.1ST
< prev
next >
Wrap
Text File
|
1991-09-23
|
2KB
|
50 lines
The attached files are from the August/September 1991
issue of C Gazette, Vol. 5, No. 5
All files, unless copyrighted by the author(s), are
copyrighted by C Gazette and Oakley Publishing Inc. Your
use of them is subject to your agreeing to the following
terms:
Source code may be used freely if authorship
and publication are acknowledged.
Object code may be used freely.
Below is a list of the attached files.
For more information about C Gazette, the code-intensive
C magazine for users of MS-DOS, Windows, and OS/2, contact:
Oakley Publishing
P.O. Box 70167
Eugene, OR 97401-0110
USA
(503) 747-0800
(800) 234-0386
=============================================================
LZW*.* Dwayne Phillip's article on data compression using the
LZW (Zempel-Liv) string of folding recurring patterns
by use of unique codes.
LIST*.* Thomas Siering's exposé of the different kinds of exceptions:
how to trigger them and how to trap them.
EVENT*.* Kanhom Ng on event scheduling under Windows. Shows how
to start one task from another at a preset time.
PROF*.* OS/2 Execution profiler by Mark Florence.
XMS*.* Comprehensive XMS interface with sample applications
by David Babcock.
SETV.C Testing the effects of setvbuf() on I/O performance
by John Rex.
COLLECT.* Bruce Eckel on using inheritance to create your own
LISTIT.* classes. Manager for a to-do list.
TODOLIST.DAT
EXPRESS.Y A yacc grammar for a small expression parser by Allen Holub.